ComponentOne Xamarin.iOS
Remove(Object) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class > Remove Method : Remove(Object) Method
The object to remove from the System.Collections.IList.
Removes the first occurrence of a specific object from the System.Collections.IList.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Object
 
instance.Remove(value)
public void Remove( 
   object value
)

Parameters

value
The object to remove from the System.Collections.IList.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members
Overload List